home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 July / macformat-026.iso / mac / Shareware City / Science / µSim 1.0 folder / source / VersUSA.r < prev   
Encoding:
Text File  |  1995-04-07  |  163 b   |  15 lines  |  [TEXT/MMCC]

  1. #define SystemSevenOrLater 1
  2.  
  3. #include "SysTypes.r"
  4.  
  5. resource 'vers' (2, purgeable) {
  6.     0x1,
  7.     0x0,
  8.     release,
  9.     0,
  10.     verUS,
  11.     "1.0",
  12.     "µArchitecture Simulator 1.0"
  13. };
  14.  
  15.